MindFusion.Wpf Pack Programmer's Guide
FontPickerForm Constructor (Workbook, String, Nullable(Double), Nullable(Boolean), Nullable(Boolean), Nullable(Boolean), Nullable(Boolean), Brush)
See Also
 





Initializes a new instance of the FontPickerForm class.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public FontPickerForm (
    Workbook workbook,
    string name,
    Nullable<Double> size,
    Nullable<Boolean> bold,
    Nullable<Boolean> italic,
    Nullable<Boolean> underline,
    Nullable<Boolean> strikeout,
    Brush color
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    name As String, _
    size As Nullable(Of Double), _
    bold As Nullable(Of Boolean), _
    italic As Nullable(Of Boolean), _
    underline As Nullable(Of Boolean), _
    strikeout As Nullable(Of Boolean), _
    color As Brush _
)

 Parameters

workbook

name

The initial font name displayed in the form.

size

The initial font size displayed in the form.

bold

The initial value of the bold check box.

italic

The initial value of the italic check box.

underline

The initial value of the underline check box.

strikeout

The initial value of the strikeout check box.

color

The initial text color displayed in the form.

 See Also

FontPickerForm Constructor Overload List
FontPickerForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace